home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-18 | 794 b | 32 lines | [TEXT/ALFA] |
- // ===========================================================================
- // GSRandomTriMesh.h
- // ===========================================================================
-
-
- #ifndef _GSRandomTriMesh_h
- #define _GSRandomTriMesh_h
-
-
- // ===========================================================================
- // Includes
- // ===========================================================================
-
- #include "GSError.h"
- #include "GSDrawInfo.h"
-
-
- // ===========================================================================
- // Public Prototypes
- // ===========================================================================
-
- TGSError
- GSRandomTriMeshGouraud(
- TGSDrawInfo* inDrawInfo);
-
- TGSError
- GSRandomTriMeshTexture(
- TGSDrawInfo* inDrawInfo);
-
-
- #endif // _GSRandomTriMesh_h
-